home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global IQcursor
- sound stop 1
- sound stop 2
- puppetSound(0)
- clearCursors()
- set the cursor of sprite 6 to IQcursor
- set the cursor of sprite 7 to IQcursor
- set the cursor of sprite 8 to IQcursor
- set the cursor of sprite 9 to IQcursor
- set the cursor of sprite 10 to IQcursor
- set the cursor of sprite 11 to IQcursor
- repeat with i = 30 to 38
- set the cursor of sprite i to IQcursor
- end repeat
- end
-